configuration /
network /
interfaces /
vif[ID]
CLI REST-API
cluster
The submenu cluster (cluster) contains the following:
Menus:
ipv4 (ipv4)
ipv6 (ipv6)
Objects: none
Commands: none
See also:
/configuration/network/interfaces/vif[ID]/cluster/ipv4
/configuration/network/interfaces/vif[ID]/cluster/ipv6
REST-API Support:
This menu is supported by the REST API:
Method: GET
URL: /api/configuration/network/interfaces/vif.*/cluster
Example using curl:
curl /api/configuration/network/interfaces/vif.*/cluster
Method: PATCH
URL: /api/configuration/network/interfaces/vif.*/cluster
Body:
{
\"objects\": \"new-values\"
}
Example using curl:
curl -X PATCH /api/configuration/network/interfaces/vif.*/cluster
-d "{
\"objects\": \"new-values\"
}"